home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 005a / chessc29.zip / DNLOADZ.BAT < prev    next >
DOS Batch File  |  1993-04-25  |  872b  |  30 lines

  1. echo off
  2. set comport=2
  3.  
  4. echo .
  5. echo   To download to current directory, just run DNLOADZ.BAT
  6. echo   To download to a different dir, type DNLOADZ [directory]
  7. echo          Example:  DNLOADZ c:\temp
  8. echo .
  9. echo   This DNLOADZ.BAT file is currently using COM:%comport%
  10. echo .
  11.  
  12. dsz port %comport% handshake both pB4096 z pr1 rz -p %1
  13. if errorlevel==1 goto NoGo
  14. goto Finished
  15.  
  16. :NoGo
  17. echo .
  18. echo    -------  The Download did NOT work !!  --------
  19. echo    Maybe the SET COMPORT= in this bat is wrong????
  20. echo    It is currently set to COM:%comport%
  21. echo    -----------------------------------------------
  22. echo .
  23.  
  24. :Finished
  25. echo .
  26. echo   If you SHELLED out of ChessCOM, type EXIT to return to CHESSCOM.
  27. echo   If this does not get you back into ChessCOM, then it is no longer
  28. echo   in memory and you should type CHESSCOM to fire it up again.
  29. echo .
  30.